home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991 …esperately Seeking Seven / Desperately Seeking Seven.2mg / Dev.CD.8 / Essentials / Interfaces / APW.Interfaces / CInclude / Strings.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-03-01  |  197 b   |  15 lines  |  [04] ASCII Text (0x0000)

  1. /*
  2.  * strings.h -- String Conversions
  3.  *
  4.  * Copyright Apple Computer, Inc. 1985 - 1987
  5.  * All rights reserved.
  6.  */
  7.  
  8. #ifndef __STRINGS__
  9. #define __STRINGS__
  10.  
  11. char *p2cstr();
  12. char *c2pstr();
  13.  
  14. #endif
  15.